Welcome![Sign In][Sign Up]
Location:
Search - Computer Graphics with OpenGL

Search list

[OpenGL programGlutMenus

Description: 计算机图形学OpenGL第三版中的源代码,供初学着参考,简单介绍了glut菜单的使用-Computer Graphics OpenGL third edition in the source code for beginners with reference to briefly use the glut menus
Platform: | Size: 216064 | Author: elegant2008 | Hits:

[Graph programcomputergraphics

Description: 里面含有计算机图形学的讲义以及实习 ,同时含有opengl的配置以及类函数查询。-Which includes lectures and practice in computer graphics, while the configuration with opengl and class function query.
Platform: | Size: 30511104 | Author: machunyan | Hits:

[OpenGL programBOOK_PROGRAMS

Description: /* figure.c /* /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* Interactive Figure Program from Chapter 8 using cylinders (quadrics) */ /* Style similar to robot program but here we must traverse tree to display */ /* Cylinders are displayed as filled and light/material properties */ /* are set as in sphere approximation program */-/* Figure.c /* /* E. Angel, Interactive Computer Graphics*//* A Top-Down Approach with OpenGL, Third Edition*//* Addison-Wesley Longman, 2003*//* Interactive Figure Program from Chapter 8 using cylinders (quadrics)*//* Style similar to robot program but here we must traverse tree to display*//* Cylinders are displayed as filled and light/material properties*//* are set as in sphere approximation program* /
Platform: | Size: 34816 | Author: lizi | Hits:

[OpenGL programBOOK_PROGRAMS

Description: /*cubetex.c */ /* Rotating cube with texture mapping */ /* mouse buttons control direction of /* rotation, keyboard allows start/top/quit */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */-/* Cubetex.c*//* Rotating cube with texture mapping*//* mouse buttons control direction of /* rotation, keyboard allows start/top/quit*//* E. Angel, Interactive Computer Graphics*//* A Top-Down Approach with OpenGL, Third Edition*//* Addison-Wesley Longman, 2003* /
Platform: | Size: 32768 | Author: lizi | Hits:

[Graph DrawingGraphic

Description: 老师的一个小作业,有基本矢量图形的输入,圆、矩形、多边形。同时支持三维图形,立方体、圆柱体(依据计算机图形学实现三维显示,未使用OpenGL和D3D)。同时利用MFC的串行化将图形存储为指定格式。本程序比较小,但是对于适量输入部分,将鼠标操作封装,抽象出适量输入操作接口。使得调用简单,大家谁有兴趣可以跟我讨论这个问题,目前我在做一个比较系统的GIS系统,适量输入和地图渲染基本实现了,适量图形空间数据库I/O部分已经实现大部分。-Teacher in a small operation, with the input of basic vector graphics, round, rectangle, polygon. Also supports three-dimensional graphics, cube, cylinder (based on Three-dimensional computer graphics display, do not use OpenGL and D3D). While taking advantage of MFC serialization is stored as a graphic format. This procedure is relatively small, but for some amount of input, the mouse package, enter the amount of abstract user interface. Makes the call is simple, you who are interested can contact me to discuss this question, I do a more systematic in the GIS system, the amount of input and map rendering, basically, the amount of graphic space database I/O part of the majority has been achieved.
Platform: | Size: 66560 | Author: ccl | Hits:

[OpenGL programball6

Description: opengl计算机图形学模拟小球单摆运动。。。用VC实现-opengl computer graphics simulation of ball pendulum. . . Achieved with the VC
Platform: | Size: 382976 | Author: cly | Hits:

[3D GraphicCGReport

Description: 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, the fast surface rendering algorithm, with detailed documentation and description of the procedures, and examples Demo. Realized the mask, hidden, projection, perspective, do not need OpenGL and DirectX, is a practical example of the underlying algorithm.
Platform: | Size: 1461248 | Author: 流浪小狗 | Hits:

[Game ProgramSDL

Description: SDL是Simple DirectMedia Layer(简易直控媒体层)的缩写。它是一个跨平台的多媒 体库,以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了 2D图形帧缓冲(framebuffer)的接口, 以及为 OpenGL 与各种操作系统之间提供了统一的标准接口以实现 3D图形。从这些属性我 们可以看出,SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。-SDL is the Simple DirectMedia Layer (simple direct control of the media layer) of the acronym. It is a cross-platform multimedia Physical library to be used for direct control of the underlying multimedia hardware interface. These multimedia features include audio, keyboard and mouse (Event), joysticks and so on. Of course, the most important is to provide a 2D graphics frame buffer (framebuffer) interface, As well as a variety of operating systems with OpenGL to provide a unified standard interface in order to achieve 3D graphics. I am from these properties Can be seen, SDL is basically a computer game that is the core of the development of multimedia library.
Platform: | Size: 586752 | Author: peng | Hits:

[OpenGL programSimpleAnim

Description: impleAnim is sample C code illustrating the use of OpenGL. It is intended to accompany the book 3D Computer Graphics: A mathematical approach with OpenGL, by Samuel R. Buss, Cambridge University Press, 2003. However, it can be used independently as well.-impleAnim is sample C code illustrating the use of OpenGL. It is intended to accompany the book 3D Computer Graphics: A mathematical approach with OpenGL, by Samuel R. Buss, Cambridge University Press, 2003. However, it can be used independently as well.
Platform: | Size: 27648 | Author: miranda | Hits:

[OpenGL programwithOpenGL

Description: 这是计算机图形学课本上相应与OPENGL实例的例子,非常好-This is a computer graphics textbook example of the corresponding instance with OPENGL, very good
Platform: | Size: 57344 | Author: | Hits:

[OpenGL programmyOpenGL

Description: The walking man. OpenGL project, with basic computer graphics elements.
Platform: | Size: 334848 | Author: Yaya | Hits:

[Special EffectsPDF-and-the-source-code

Description: 《Visual C++ 实践与提高-图形图像编程篇》,本书将向读者讲述如何用Visual C++进行图形图像编程。本书共分为图形篇、图像篇、综合提高篇。图形篇以计算机绘图的基础知识为铺垫,介绍了各种图形元素的绘制方法,并结合实际代码实现了一个小型的绘图系统;图像篇通过实例向读者介绍了不同格式图像的处理方法,并给出了一些特效处理的技巧;综合提高篇综合应用了图形图像的知识,包括图形图像文件格式之间的转换、打印和打印预览、使用OpenGL和DirectX进行图形图像处理等内容。-" Visual C++ Practice and improve- graphics programming chapter" book to readers about how to use Visual C++ graphics programming. The book is divided into graphic articles, images, articles, improve articles. Graphic papers to pave the way to the basics of computer graphics, various graphic elements drawn a small drawing system, combined with the actual code images papers by example to introduce the reader to the different formats of image processing methods, and to the effects processing skills integrated to improve articles comprehensive application of the knowledge of the graphic images, including graphics image file format conversion, printing and print preview, OpenGL and DirectX graphics image processing.
Platform: | Size: 41635840 | Author: | Hits:

[OpenGL programMidpointLine

Description: 用opengl实现中点画线算法,严格按照清华大学出版社的计算机图形图像而来-Opengl achieve the dotted line algorithm, in strict accordance with the computer graphics images from Tsinghua University Press
Platform: | Size: 1024 | Author: 焦点男孩 | Hits:

[source in ebook2

Description: 用OPENGL画图,来自于计算机图形学基础第二章-Drawing with OpenGL, from Chapter Fundamentals of Computer Graphics
Platform: | Size: 317440 | Author: 李杨 | Hits:

[source in ebook31

Description: 用opengl画相关图形,计算机图形学基础第三章-Painting with OpenGL graphics, Chapter III, Fundamentals of Computer Graphics
Platform: | Size: 194560 | Author: 李杨 | Hits:

[JSPes_spec_3.0.2

Description: This document describes the OpenGL ES graphics system: what it is, how it acts, and what is required to implement it. We assume that the reader has at least a rudimentary understanding of computer graphics. This means familiarity with the essentials of computer graphics algorithms as well as familiarity with basic graphics hardware and associated terms.
Platform: | Size: 1417216 | Author: 徐福龙 | Hits:

[source in ebookredbook

Description: About This Guide The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With OpenGL, you can control computer-graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to program with the OpenGL graphics system to deliver the visual effect you want.
Platform: | Size: 6123520 | Author: sad | Hits:

[3D GraphicFlowing-Fountain

Description: Butterfly flying simulation opengl achieve texture mapping te Point cloud data were displayed, OpenGL implementation model based opengl an image production, dynam The template code, can realize th Opengl achieve the collision with Use opengl draw cubes, and add ph This is my car fire procedures, i caculated passive Q-switch Set up two sources, one is blue d Use opengl draw cubes, cones, sph A Computer Graphics Program on Tr Devoted to OpenGL programming tec A graphical clock, hour and minut Unity3D terrain conversion code f use OpenGL 3D painting of a ball use OpenGL, prepared by the VC C, OpenGL Super Bible eBook fourth. Opengl realize the use of a simpl VC++ Opengl realize the building The sourcecode for OpenGL library NeHe OpenGL tutorial, source code Based on VC 6.0 and OpenGL achiev An system which is based on OpenG contains magic and inflating ball
Platform: | Size: 5120 | Author: giang tuấ n | Hits:

[Software Engineeringnothing

Description: The main object of this program is that the students will able to learn how to create a cylinder and a parallelepiped using OpenGL functions. You can Download the Computer graphics lab Programs for VTU 6th sem computer science Google drive link. There all the program is listed along with the output. Just download and copy paste the project in your Visual Studio for Windows program or save them as separate c files in Linux ubuntu system. -The main object of this program is that the students will able to learn how to create a cylinder and a parallelepiped using OpenGL functions. You can Download the Computer graphics lab Programs for VTU 6th sem computer science Google drive link. There all the program is listed along with the output. Just download and copy paste the project in your Visual Studio for Windows program or save them as separate c files in Linux ubuntu system.
Platform: | Size: 1024 | Author: moh | Hits:

[Graph DrawingEllipse-midpoint-algorithm

Description: 计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
Platform: | Size: 2812928 | Author: 蔡颖 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net